From b50911931153a3a467262c93bb66969168e56d49 Mon Sep 17 00:00:00 2001 From: Alex Schroeder Date: Sat, 21 Jan 2006 18:22:09 +0000 Subject: [PATCH] (rmail-abort-edit): Don't call rmail-highlight-headers anymore. --- lisp/mail/rmailedit.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/mail/rmailedit.el b/lisp/mail/rmailedit.el index adab40546ef..e765f74c140 100644 --- a/lisp/mail/rmailedit.el +++ b/lisp/mail/rmailedit.el @@ -146,8 +146,7 @@ This functions runs the normal hook `rmail-edit-mode-hook'. (interactive) (delete-region (point-min) (point-max)) (insert rmail-old-text) - (rmail-cease-edit) - (rmail-highlight-headers)) + (rmail-cease-edit)) (provide 'rmailedit) -- 2.30.2